From 5a9b111db81007f9723bae44044318a4a31a2f44 Mon Sep 17 00:00:00 2001 From: "cl349@freefall.cl.cam.ac.uk" Date: Thu, 21 Oct 2004 12:30:01 +0000 Subject: [PATCH] bitkeeper revision 1.1159.119.1 (4177abc92lxQ-lnk0VCS5xNc95Aq7g) Undocument ``builder'' config option. --- docs/user.tex | 2 +- tools/examples/xmexample1 | 1 - tools/examples/xmexample2 | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/user.tex b/docs/user.tex index c8755b70d7..e8d64d1384 100644 --- a/docs/user.tex +++ b/docs/user.tex @@ -760,7 +760,7 @@ Xen configuration files contain the following standard variables: \begin{description} \item[kernel] Path to the kernel image (on the server). \item[ramdisk] Path to a ramdisk image (optional). -\item[builder] The name of the domain build function (e.g. {\tt'linux'} or {\tt'netbsd'}. +% \item[builder] The name of the domain build function (e.g. {\tt'linux'} or {\tt'netbsd'}. \item[memory] Memory size in megabytes. \item[cpu] CPU to assign this domain to. \item[nics] Number of virtual network interfaces. diff --git a/tools/examples/xmexample1 b/tools/examples/xmexample1 index 7f66ce235d..e9c7315a3b 100644 --- a/tools/examples/xmexample1 +++ b/tools/examples/xmexample1 @@ -15,7 +15,6 @@ kernel = "/boot/vmlinuz-2.6.8.1-xenU" # The domain build function. Default is 'linux'. #builder='linux' -#builder='netbsd' # Initial memory allocation (in megabytes) for the new domain. memory = 64 diff --git a/tools/examples/xmexample2 b/tools/examples/xmexample2 index 131a79f9d5..c7c5d3b54f 100644 --- a/tools/examples/xmexample2 +++ b/tools/examples/xmexample2 @@ -43,7 +43,6 @@ kernel = "/boot/vmlinuz-2.6.8.1-xenU" # The domain build function. Default is 'linux'. #builder='linux' -#builder='netbsd' # Initial memory allocation (in megabytes) for the new domain. memory = 64 -- 2.30.2